ProxyURIResolverT

Members

Functions

getProxyURIResolverStruct
SoupProxyURIResolver* getProxyURIResolverStruct(bool transferOwnership)

Get the main Gtk struct

getProxyUriAsync
void getProxyUriAsync(URI uri, MainContext asyncContext, Cancellable cancellable, SoupProxyURIResolverCallback callback, void* userData)

Asynchronously determines a proxy URI to use for @msg and calls @callback.

getProxyUriSync
uint getProxyUriSync(URI uri, Cancellable cancellable, URI proxyUri)

Synchronously determines a proxy URI to use for @uri. If @uri should be sent via proxy, *@proxy_uri will be set to the URI of the proxy, else it will be set to %NULL.

Meta